home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacHack 2000
/
MacHack 2000.toast
/
pc
/
The Hacks
/
Vertigo
/
Nub
/
GWorld.h
< prev
next >
Wrap
Text File
|
2000-06-23
|
213b
|
18 lines
#ifndef _GWORLD_
#define _GWORLD_
#include <MacTypes.h>
#include <QDOffscreen.h>
#ifdef __cplusplus
extern "C" {
#endif
GWorldPtr CreateGWorld(Rect *bounds);
#ifdef __cplusplus
}
#endif
#endif /* _GWORLD_ */